Information provided during a function run. More...
Public Attributes | |
nkMemory::StringView | _name = "" |
Name of the calling function, available at all times. | |
unsigned long long | _timeMicroS = 0ull |
Time the function took to run, in micro seconds. Available after a run, whether successful or not. | |
TestRunResult * | _runResult = nullptr |
Pointer over the test results. Available after a run, whether successful or not. | |
Information provided during a function run.